vcConstructStatement
Statement that creates an empty assembly product and then fills it with the given products.
See in: Overview
Module: vcProcessModel
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| AssemblyOrderVariableName | String | RW | Gets or sets the name of the process variable storing the assembly order object returned from vcGetAssemblyStatement. The variable reference is resolved when the statement executes. |
| AssemblyTimeProperty | vcExpressionProperty | R | Gets an expression property that defines the time used for interpolating products to correct positions in the assembly. |
| ProductVariableName | String | RW | Gets or sets the name of the process variable holding a reference to the product or a list of products. The variable reference is resolved when the statement executes. |
| RemoveAccepted | Boolean | RW | Gets or sets value defining whether accepted products should be removed from variable identified by ProductVariableName. |
| ReturnVariableName | String | RW | Gets or sets the name of the process variable to use for storing the result. The variable reference is resolved when the statement executes. |